home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.2 for Intel / NeXTSTEP 3.2 for Intel.iso / NextCD / CDIS / Languages / English.lproj / Localizable.strings
Encoding:
Text File  |  1993-08-25  |  3.0 KB  |  53 lines

  1. /* Making sure they really want to do this */
  2. "REALLY_INSTALL" =
  3. "This program is for installing NEXTSTEP on a hard disk.\nIf you want to install NEXTSTEP, you need to answer some questions.\n\nTHIS IS NOT AN UPGRADE.  IT IS A COMPLETE INSTALLATION FROM SCRATCH.\nType 1 to prepare to install NEXTSTEP.  Type 2 to quit.";
  4.  
  5. /* Displayed above the list of disks */
  6. "AVAILABLE_DISKS" = "Available disks:";
  7.  
  8. /* Displayed below the list of disks */
  9. "WHICH_DISK" = "Type the number for the disk on which you want to install NEXTSTEP: ";
  10.  
  11. /* Asked when there is a valid NEXTSTEP partition on the disk */
  12. "OVERWRITE" = "Do you want to keep any files you've added, or erase them before\ninstalling the NEXTSTEP Essentials?\nType 1 to keep files. Type 2 to erase them.";
  13.  
  14. /* Options for partitioning the disk */
  15. "FDISK_MENU1" = "echo \"Type 1 to erase the entire disk and use all $disksize MB for NEXTSTEP.\"";
  16. "FDISK_MENU2" = "echo \"Type 2 to set aside some space for DOS and use the rest for NEXTSTEP.\"";
  17. "FDISK_MENU3" = "echo \"Type $currentnum to erase the $currentsize MB NEXTSTEP partition and use it for NEXTSTEP.\"";
  18. "FDISK_MENU4" = "echo \"Type $freenum to keep existing partitions and use the $freesize MB free space for NEXTSTEP.\"";
  19. "FDISK_MENU5" = "echo \"Type $enum to use the $esize MB DOS extended partition for NEXTSTEP.\"";
  20. "FDISK_MENU6" = "echo \"Type $choices for advanced options (in English only).\"";
  21.  
  22. /* Displayed when they type 2 */
  23. "HOW_MUCH" = "Type the size of the DOS partition you want (in megabytes): ";
  24.  
  25. /* Displayed when the user makes an invalid selection to the above options */
  26. "NO_EXTENDED" = "There isn't a DOS extended partition on this disk.";
  27.  
  28. /* Displayed when the user makes an invalid selection to the above options */
  29. "TOO_SMALL" = "There isn't enough disk space to partition the disk this way.";
  30.  
  31. /* Displayed when the user makes an invalid selection to the above options */
  32. "CHOOSE_AGAIN" = "Make another choice.";
  33.  
  34. /* Last chance to abort */
  35. "READY" = "Ready to install NEXTSTEP\nType 1 to start.  Type 2 to quit: ";
  36.  
  37. /* Displayed in lieu of cryptic commands passing by... */
  38. "GOING" = "Preparing disk for NEXTSTEP installation.\nThis may take a few minutes...";
  39.  
  40. /* Uh, oh.  We couldn't initialize the disk we must quit */
  41. "INITFAILED" = "DISK INITIALIZATION FAILED.\n\nThe installation program couldn't initialize the hard disk.\nInstallation can't continue.";
  42.  
  43. /* Uh, oh.  We couldn't initialize the disk we must quit */
  44. "INSTALLFAILED" = "The CD-ROM disk label could not be read.\nInstallation can't continue.\n\n";
  45.  
  46. /* Displayed when the user aborts, or something goes wrong */
  47. "QUITTING" = "Quitting installation program. This may take a moment...";
  48.  
  49. /* Forces them to eject the floppy right before rebooting */
  50. "DONE" = "The hard disk is ready to use as the startup disk\nto complete installing NEXTSTEP.\n\nEject the disk from the floppy disk drive and then press Return.";
  51.  
  52. /* Displayed right before rebooting */
  53. "RESTARTING" = "Restarting the computer. This may take a moment...";